-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
Thank you @piotrantosik. |
@@ -12,7 +12,7 @@ | |||
"doctrine/orm": "^2.4.8", | |||
"doctrine/doctrine-bundle": "~1.4", | |||
"symfony/assetic-bundle": "~2.3", | |||
"symfony/swiftmailer-bundle": "~2.3", | |||
"symfony/swiftmailer-bundle": "~2.3,>=2.3.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just ~2.3.10
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~2.3.10
would forbid to install 2.4.0
, for example, once it got released.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xabbuh Ah, it makes sense. But ^2.3.10
would allow 2.4.0
, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that would be equivalent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xabbuh Thanks and happy New Year! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bocharsky-bw Happy new year for you too! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep I also recommend ^2.3.10
which is nicer :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done in more recent versions of SE
fixed pr #1037 @xabbuh please review